價格:免費
更新日期:2019-02-26
檔案大小:1.9M
目前版本:1.2
版本需求:Android 4.4 以上版本
官方網站:https://github.com/markszabo/FlowerCareRegister
Email:flowercareregister@szabo-simon.hu
This application helps your register your HuaHuaCaoCao (Xiaomi) Flower Care Smart Monitor. Some webshops ship the domestic, Chinese version of this device which does not work outside of China. This app helps you overcome this issue and register your device to your account regardless of your location. Afterwards you can use the device with the official app to monitor your plants.
This is an unofficial app and we are not affiliated with HuaHuaCaoCao or Xiaomi.
The code is open source and available on Github: https://github.com/markszabo/FlowerCareRegister Every improvement and feedback is greatly appreciated.
If it doesn't work for you please send your Android version, your device model and the exact behaviour (aka what doesn't work). The preferred way is an issue on Github, but you can contact me directly as well.
-----------------------
The flow of the program
-----------------------
Enter the Flower Care username and password (used to sign in to the official application).
Search for nearby bluetooth devices
Select the Flower Care device
The app gets a random Chinese proxy from gimmeproxy.com
The app sets the proxy and checks its IP with www.ip-api.com
The app sends a login request to the huahuacaocao servers
On successful login the app registers the device through the proxy
-----------
Permissions
-----------
Bluetooth ("android.permission.BLUETOOTH", "android.permission.BLUETOOTH_ADMIN"): used to scan for Bluetooth devices
Internet ("android.permission.INTERNET"): used to get the proxy data and contact the huahuacaocao servers
On Android 6.0 and above:
Location ("android.permission.ACCESS_COARSE_LOCATION"): this permission is required to scan for Bluetooth devices. The app does not access the location directly.